home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / cuser125.zip / COOLUSER.DOC < prev    next >
Text File  |  1997-07-12  |  4KB  |  136 lines

  1.                  CoolUser Version 1.25
  2.                  ─────────────────────
  3.  
  4. ┌─────┐ ┌──────┐ ┌──────┐ ┌─┐    ┌─┐ ┌─┐ ┌─────┐ ┌─────┐ ┌──────┐
  5. │ ┌─┐ │ │ ┌──┐ │ │ ┌──┐ │ │ │    │ │ │ │ │ ┌───┘ │ ┌───┘ │ ┌──┐ │
  6. │ │ └─┘ │ │  │ │ │ │  │ │ │ │    │ │ │ │ │ └───┐ │ └─┐   │ └──┘ │
  7. │ │ ┌─┐ │ │  │ │ │ │  │ │ │ │    │ │ │ │ └───┐ │ │ ┌─┘   │ ┌─┐ ┌┘
  8. │ └─┘ │ │ └──┘ │ │ └──┘ │ │ └──┐ │ └─┘ │ ┌───┘ │ │ └───┐ │ │ │ └┐
  9. └─────┘ └──────┘ └──────┘ └────┘ └─────┘ └─────┘ └─────┘ └─┘ └──┘
  10.  
  11.                  Written by Neil Staib/ Country BBS
  12.                (c) Copyright 1996-97 All Right Reserved
  13.                     Fidonet  :- 3:640/296
  14.                     Internet :- nstaib@country.brisnet.org.au
  15.  
  16. Introduction
  17. ============
  18.  
  19. Welcome to Cooluser, I wrote this program in MEX for maximus, because I didn't
  20. like maximus default change menu. Thanks for showing some sort of interest in
  21. this program.  The layout comes for a great change user utililty for
  22. RemoteAccess called USERset.
  23.  
  24. Cooluser has been tested on OS/2 using Maximus 3.01.
  25.  
  26. System requirements
  27. -------------------
  28.  
  29. * Maximus Version 3.00 or later.
  30.  
  31. ----------------------------------------------------------------------------------
  32.  
  33. Disclaimer
  34. ==========
  35.  
  36. Cooluser is guarenteed to do absolutely nothing. If it trashes your User Files
  37. then that is your problem.
  38.  
  39. You use Cooluser free of charge to non-commercial and commercial users. Source
  40. Code is included.
  41.  
  42. Neil Staib (or Country BBS) is in no way obligated to provide any future versions
  43. of, or support for Cooluser.
  44.  
  45. ----------------------------------------------------------------------------------
  46. Copyright Notices
  47. =================
  48.  
  49.    RemoteAccess  -  Copyright Wantree Development & Andrew Milner
  50.    USERset       -  Copyright Chief Data Recovery
  51.    MEX, Maximus  -  Copyright Lanius Corporation
  52.  
  53. ------------------------------------------------------------------------------------
  54. Installation
  55. ============
  56.  
  57. Cooluser is ready to go for people who live in Australia, as date format is set to
  58. DD-MM-YY. Follow the steps below to install cooluser. Hope you like it!
  59.  
  60. 1) Copy *.VM, *.MEX and cooluser.mh into your Mex directory.
  61.    * Here I have set it to D:\bbs\max\m.
  62.  
  63. 2) Copy *.BBS, *.MEC into your Misc directory.
  64.    * Here I have set it to d:\bbs\max\misc.
  65.  
  66. 3) Copy pwdtrash.bbs to your Maximus directory.
  67.    (This is the file which can put in bad passwords).
  68.  
  69. 4) Change to your lang directory and load your main <language>.mad file
  70.    (Here it's ENGLISH.MAD) into your favourite text editor.
  71.  
  72.    At the end of your language file you will see a section called "User Heap". You
  73.    may see another files there. Add the following to this section:
  74.  
  75.    ; Includes any user heaps here
  76.  
  77.    <Other one may be defined here>
  78.    #include <../m/cooluser.lh>
  79.  
  80.    Save it now!
  81.  
  82. 5) Edit COOLUSER.LH into your favourite editor, which you can change the following:
  83.  
  84.     * Change the default english to a different language.
  85.     * Change the default colours.
  86.  
  87.    Save it now!
  88.  
  89. 6) Compile your language file, from your main MAX directory.
  90.  
  91.    MAID <Your language here>.mad
  92.  
  93. 7) Edit COOLUSER.MH into your favourite editor, which you can change the following:
  94.  
  95.    * Change which options you want the user to use.
  96.    * Define the Date format.
  97.    * Define if you have external protocols.
  98.    * Define Minimum Age.
  99.  
  100.    Save it now!
  101.  
  102. 8) Compile COOLUSER.MEX, CUINIT.MEX, CUSHOW.MEX, CUCHECK.MEX and CUCHECK2.MEX.
  103.  
  104. 9) Edit your menus.ctl and change the following:
  105.  
  106.    Just in case you want go back do this first:
  107.  
  108.    Display_Menu  Change                    Demoted "Change setup"
  109.  
  110.    Change it to...
  111.  
  112.    % Display_Menu Change                    Demoted "Change setup"
  113.  
  114.    Now add cooluser to your menus.
  115.  
  116.    display_file     Misc\cooluser           Demoted "Change setup"
  117.  
  118. 10) SILT MAX
  119.  
  120. ----------------------------------------------------------------------------------
  121. Known Problems
  122. ==============
  123.  
  124. 1) Problem: If the user has set clearing screen codes off, screen looks funny.
  125.    Fix    : Make sure all users have clearing screen code on.
  126. ----------------------------------------------------------------------------------
  127.  
  128. Thank-you Notices
  129. =================
  130.  
  131. The following people, I would like to thank:
  132. Stefan Xenos: For giving me the idea to break it down.
  133. Tommi Pitkanen: Bug Report.
  134. Mark Lews: Bug Report.
  135.  
  136.